For example, there's a task to copy all the sections starting with 2 with its content from three different modules, and paste it consistently into the new module. Can we do it with DXL? Thank you! Artem1212 - Tue Oct 14 06:32:38 EDT 2014 |
Re: how to form one module out of many? Hi This is not a question, you have just asked for a real skript. I do not think, that this will work. Best regards Wolfgang |
Re: how to form one module out of many? This should be possible with Tools -> Functions -> Copy Objects. Select the heading for chapter 2, Start the function and choose Copy: Current object with children.
Hope this helps,
|
Re: how to form one module out of many? Yes it is possible, you have to write a dxl script for that. I am not sure it is easy to use Tools->Funtions->Copy Objects to do this task. But it also depends on type of attributes, if all these three modules are not similar type with same attributes (names and types), it will be little complicated but can be done with script for sure! |